home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / protect_the_fire.swf / scripts / frame_22 / DoAction.as
Text File  |  2007-01-15  |  200b  |  16 lines

  1. aiAcc = "95";
  2. team1 = "3";
  3. team2 = "3";
  4. rafts = team1 + team2;
  5. first = "1";
  6. freeforall = "1";
  7. tellTarget("/ai")
  8. {
  9.    play();
  10. }
  11. whosturn = "1";
  12. tellTarget("turn")
  13. {
  14.    gotoAndStop(1);
  15. }
  16.